﻿2026-08-03T01:13:16.8776494Z ##[group]Run $ErrorActionPreference = "Stop"
2026-08-03T01:13:16.8776980Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-08-03T01:13:16.8777287Z [36;1m$PIN = "0c95435"[0m
2026-08-03T01:13:16.8777585Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-08-03T01:13:16.8777946Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-08-03T01:13:16.8778440Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-08-03T01:13:16.8778993Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-08-03T01:13:16.8779400Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-08-03T01:13:16.8779784Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-08-03T01:13:16.8780140Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-08-03T01:13:16.8780517Z [36;1m  # CARGO_INCREMENTAL=0 — see the Linux arm's note: this pinned cache is the[0m
2026-08-03T01:13:16.8780924Z [36;1m  # only COLD one-shot build in this workflow (rm -rf'd and rebuilt when the pin[0m
2026-08-03T01:13:16.8781360Z [36;1m  # moves, consumed as a binary in between), which is exactly the scope of the[0m
2026-08-03T01:13:16.8781731Z [36;1m  # releases#103 finding. The persistent workspace target is left incremental.[0m
2026-08-03T01:13:16.8782029Z [36;1m  $env:CARGO_INCREMENTAL = "0"[0m
2026-08-03T01:13:16.8782420Z [36;1m  .github/bench/wrap.ps1 -Step "n1-oldbroker-build" -Command "cargo build --manifest-path '$CACHE\Cargo.toml' -p spt --bin spt"[0m
2026-08-03T01:13:16.8783100Z [36;1m  Remove-Item Env:\CARGO_INCREMENTAL[0m
2026-08-03T01:13:16.8783493Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-08-03T01:13:16.8783801Z [36;1m}[0m
2026-08-03T01:13:16.8784058Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-08-03T01:13:16.8784588Z [36;1m.github/bench/wrap.ps1 -Step "n1-pairing" -Command "cargo test -p spt --test n1_pairing -- --nocapture"[0m
2026-08-03T01:13:16.8791881Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-08-03T01:13:16.8792242Z env:
2026-08-03T01:13:16.8792709Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30776330383-1-48cfd5280969447eba2acbe5734cf9ef
2026-08-03T01:13:16.8793654Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-30776330383-1-48cfd5280969447eba2acbe5734cf9ef
2026-08-03T01:13:16.8794225Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30776330383-1-48cfd5280969447eba2acbe5734cf9ef
2026-08-03T01:13:16.8794551Z ##[endgroup]
2026-08-03T01:13:20.7277379Z    Compiling proc-macro2 v1.0.106
2026-08-03T01:13:20.7277680Z    Compiling quote v1.0.45
2026-08-03T01:13:20.7277870Z    Compiling unicode-ident v1.0.24
2026-08-03T01:13:20.7278026Z    Compiling cfg-if v1.0.4
2026-08-03T01:13:20.8094790Z    Compiling serde_core v1.0.228
2026-08-03T01:13:20.8659918Z    Compiling serde v1.0.228
2026-08-03T01:13:21.0826185Z    Compiling windows-link v0.2.1
2026-08-03T01:13:21.1881712Z    Compiling typenum v1.20.1
2026-08-03T01:13:21.2847343Z    Compiling windows-sys v0.61.2
2026-08-03T01:13:22.1312991Z    Compiling portable-atomic v1.13.1
2026-08-03T01:13:22.3915573Z    Compiling syn v2.0.117
2026-08-03T01:13:23.1284885Z    Compiling getrandom v0.3.4
2026-08-03T01:13:23.3329723Z    Compiling version_check v0.9.5
2026-08-03T01:13:23.6549898Z    Compiling pin-project-lite v0.2.17
2026-08-03T01:13:23.7453459Z    Compiling critical-section v1.2.0
2026-08-03T01:13:23.8660137Z    Compiling memchr v2.8.1
2026-08-03T01:13:23.9641436Z    Compiling jobserver v0.1.34
2026-08-03T01:13:24.2883999Z    Compiling find-msvc-tools v0.1.9
2026-08-03T01:13:24.7948723Z    Compiling shlex v2.0.1
2026-08-03T01:13:24.9612220Z    Compiling cc v1.2.63
2026-08-03T01:13:25.1694479Z    Compiling subtle v2.6.1
2026-08-03T01:13:25.3268924Z    Compiling equivalent v1.0.2
2026-08-03T01:13:25.4372271Z    Compiling smallvec v1.15.1
2026-08-03T01:13:25.7693947Z    Compiling futures-core v0.3.32
2026-08-03T01:13:26.2258268Z    Compiling generic-array v0.14.7
2026-08-03T01:13:26.4680939Z    Compiling bytes v1.11.1
2026-08-03T01:13:26.4685415Z    Compiling itoa v1.0.18
2026-08-03T01:13:26.7945459Z    Compiling semver v1.0.28
2026-08-03T01:13:27.2458360Z    Compiling rustc_version v0.4.1
2026-08-03T01:13:27.5309656Z    Compiling synstructure v0.13.2
2026-08-03T01:13:27.6567604Z    Compiling serde_derive v1.0.228
2026-08-03T01:13:27.9874825Z    Compiling zeroize_derive v1.4.3
2026-08-03T01:13:28.1633970Z    Compiling stable_deref_trait v1.2.1
2026-08-03T01:13:28.2402893Z    Compiling socket2 v0.6.4
2026-08-03T01:13:28.5657744Z    Compiling zeroize v1.8.2
2026-08-03T01:13:28.8552556Z    Compiling log v0.4.32
2026-08-03T01:13:28.8558532Z    Compiling zerofrom-derive v0.1.7
2026-08-03T01:13:29.0727887Z    Compiling rand_core v0.10.1
2026-08-03T01:13:29.2171932Z    Compiling yoke-derive v0.8.2
2026-08-03T01:13:29.2987755Z    Compiling crypto-common v0.1.7
2026-08-03T01:13:29.4034714Z    Compiling tokio-macros v2.7.0
2026-08-03T01:13:30.0487611Z    Compiling mio v1.2.1
2026-08-03T01:13:30.0716624Z    Compiling zerofrom v0.1.8
2026-08-03T01:13:30.2832539Z    Compiling futures-sink v0.3.32
2026-08-03T01:13:30.3746970Z    Compiling slab v0.4.12
2026-08-03T01:13:30.4650302Z    Compiling futures-io v0.3.32
2026-08-03T01:13:30.5266497Z    Compiling yoke v0.8.3
2026-08-03T01:13:30.6942081Z    Compiling tokio v1.52.3
2026-08-03T01:13:30.9973337Z    Compiling futures-channel v0.3.32
2026-08-03T01:13:31.1729329Z    Compiling futures-macro v0.3.32
2026-08-03T01:13:31.6685967Z    Compiling getrandom v0.4.2
2026-08-03T01:13:32.5860829Z    Compiling once_cell v1.21.4
2026-08-03T01:13:32.6356155Z    Compiling futures-task v0.3.32
2026-08-03T01:13:32.6524714Z    Compiling rustversion v1.0.22
2026-08-03T01:13:32.8045439Z    Compiling hashbrown v0.17.1
2026-08-03T01:13:32.9260676Z    Compiling futures-util v0.3.32
2026-08-03T01:13:33.3181290Z    Compiling zerovec-derive v0.11.3
2026-08-03T01:13:33.9257749Z    Compiling indexmap v2.14.0
2026-08-03T01:13:34.7313388Z    Compiling getrandom v0.2.17
2026-08-03T01:13:34.7691640Z    Compiling cpufeatures v0.2.17
2026-08-03T01:13:34.9223638Z    Compiling zerovec v0.11.6
2026-08-03T01:13:35.7428573Z    Compiling displaydoc v0.2.6
2026-08-03T01:13:36.3804087Z    Compiling hybrid-array v0.4.12
2026-08-03T01:13:36.8630021Z    Compiling fnv v1.0.7
2026-08-03T01:13:36.8635017Z    Compiling libc v0.2.186
2026-08-03T01:13:36.9803112Z    Compiling strsim v0.11.1
2026-08-03T01:13:37.1323930Z    Compiling cfg_aliases v0.2.1
2026-08-03T01:13:37.2302575Z    Compiling tinystr v0.8.3
2026-08-03T01:13:37.5101280Z    Compiling crypto-common v0.2.2
2026-08-03T01:13:37.5657354Z    Compiling block-buffer v0.12.0
2026-08-03T01:13:37.6324001Z    Compiling tracing-core v0.1.36
2026-08-03T01:13:37.7268197Z    Compiling tracing-attributes v0.1.31
2026-08-03T01:13:38.3608918Z    Compiling litemap v0.8.2
2026-08-03T01:13:38.5793866Z    Compiling writeable v0.6.3
2026-08-03T01:13:38.7348806Z    Compiling autocfg v1.5.1
2026-08-03T01:13:38.7984854Z    Compiling icu_locale_core v2.2.0
2026-08-03T01:13:38.9306634Z    Compiling tracing v0.1.44
2026-08-03T01:13:39.1649903Z    Compiling zerotrie v0.2.4
2026-08-03T01:13:39.3477766Z    Compiling potential_utf v0.1.5
2026-08-03T01:13:39.5541012Z    Compiling cmake v0.1.58
2026-08-03T01:13:39.5901680Z    Compiling utf8_iter v1.0.4
2026-08-03T01:13:39.7755506Z    Compiling fs_extra v1.3.0
2026-08-03T01:13:39.8037845Z    Compiling icu_properties_data v2.2.0
2026-08-03T01:13:39.9098572Z    Compiling icu_normalizer_data v2.2.0
2026-08-03T01:13:40.0726748Z    Compiling ident_case v1.0.1
2026-08-03T01:13:40.2114850Z    Compiling dunce v1.0.5
2026-08-03T01:13:40.4662528Z    Compiling aws-lc-sys v0.41.0
2026-08-03T01:13:40.4730425Z    Compiling icu_provider v2.2.0
2026-08-03T01:13:41.2137711Z    Compiling icu_collections v2.2.0
2026-08-03T01:13:41.6943056Z    Compiling tokio-util v0.7.18
2026-08-03T01:13:42.3961421Z    Compiling percent-encoding v2.3.2
2026-08-03T01:13:42.6062947Z    Compiling icu_normalizer v2.2.0
2026-08-03T01:13:43.3520421Z    Compiling inout v0.2.2
2026-08-03T01:13:43.3925301Z    Compiling http v1.4.1
2026-08-03T01:13:43.5390993Z    Compiling ring v0.17.14
2026-08-03T01:13:44.1014442Z    Compiling unicode-segmentation v1.13.3
2026-08-03T01:13:44.4884456Z    Compiling icu_properties v2.2.0
2026-08-03T01:13:44.5957747Z    Compiling cpufeatures v0.3.0
2026-08-03T01:13:44.6265620Z    Compiling thiserror v2.0.18
2026-08-03T01:13:44.7731611Z    Compiling aws-lc-rs v1.17.0
2026-08-03T01:13:45.8676017Z    Compiling idna_adapter v1.2.2
2026-08-03T01:13:46.2209350Z    Compiling cipher v0.5.2
2026-08-03T01:13:46.3627522Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-03T01:13:46.6490317Z    Compiling thiserror-impl v2.0.18
2026-08-03T01:13:46.9404938Z    Compiling scopeguard v1.2.0
2026-08-03T01:13:47.0777442Z    Compiling lock_api v0.4.14
2026-08-03T01:13:47.3825857Z    Compiling chacha20 v0.10.0
2026-08-03T01:13:47.7010361Z    Compiling idna v1.1.0
2026-08-03T01:13:48.2088887Z    Compiling form_urlencoded v1.2.2
2026-08-03T01:13:48.4016184Z    Compiling ipnet v2.12.0
2026-08-03T01:13:48.5970296Z    Compiling rustls-pki-types v1.14.1
2026-08-03T01:13:48.9868830Z    Compiling block-buffer v0.10.4
2026-08-03T01:13:49.3509689Z    Compiling winapi v0.3.9
2026-08-03T01:13:49.3707248Z    Compiling untrusted v0.9.0
2026-08-03T01:13:49.5049606Z    Compiling bitflags v2.12.1
2026-08-03T01:13:49.7416074Z    Compiling digest v0.10.7
2026-08-03T01:13:50.1399248Z    Compiling url v2.5.8
2026-08-03T01:13:50.1835447Z    Compiling rand v0.10.1
2026-08-03T01:13:51.5306855Z    Compiling darling_core v0.20.11
2026-08-03T01:13:51.7463125Z    Compiling num-traits v0.2.19
2026-08-03T01:13:51.9795998Z    Compiling windows-result v0.4.1
2026-08-03T01:13:52.3495493Z    Compiling windows-strings v0.5.1
2026-08-03T01:13:52.8712108Z    Compiling rustls v0.23.40
2026-08-03T01:13:53.5204785Z    Compiling heck v0.5.0
2026-08-03T01:13:54.1002635Z    Compiling convert_case v0.10.0
2026-08-03T01:13:54.3026972Z    Compiling darling_macro v0.20.11
2026-08-03T01:13:54.5276615Z    Compiling unicode-xid v0.2.6
2026-08-03T01:13:54.7674799Z    Compiling atomic-waker v1.1.2
2026-08-03T01:13:54.8248904Z    Compiling const-oid v0.10.2
2026-08-03T01:13:55.0872619Z    Compiling anyhow v1.0.102
2026-08-03T01:13:55.3780578Z    Compiling darling v0.20.11
2026-08-03T01:13:55.7274492Z    Compiling derive_more-impl v2.1.1
2026-08-03T01:13:55.9565594Z    Compiling httparse v1.10.1
2026-08-03T01:13:56.2914538Z    Compiling parking_lot_core v0.9.12
2026-08-03T01:13:56.6532735Z    Compiling fastrand v2.4.1
2026-08-03T01:13:56.8108495Z    Compiling zerocopy v0.8.50
2026-08-03T01:13:57.5721138Z    Compiling derive_builder_core v0.20.2
2026-08-03T01:13:58.0078810Z    Compiling h2 v0.4.14
2026-08-03T01:13:58.5057198Z    Compiling http-body v1.0.1
2026-08-03T01:13:58.6678405Z    Compiling curve25519-dalek v4.1.3
2026-08-03T01:13:58.9310971Z    Compiling ahash v0.8.12
2026-08-03T01:13:59.0881773Z    Compiling derive_more v2.1.1
2026-08-03T01:13:59.1821633Z    Compiling powerfmt v0.2.0
2026-08-03T01:13:59.4694802Z    Compiling either v1.16.0
2026-08-03T01:13:59.4915106Z    Compiling base64ct v1.8.3
2026-08-03T01:13:59.7260138Z    Compiling deranged v0.5.8
2026-08-03T01:13:59.9017444Z    Compiling pem-rfc7468 v1.0.0
2026-08-03T01:14:00.5432677Z    Compiling derive_builder_macro v0.20.2
2026-08-03T01:14:01.6755227Z    Compiling uuid v1.23.2
2026-08-03T01:14:02.2163857Z    Compiling rand_core v0.6.4
2026-08-03T01:14:02.4466390Z    Compiling windows-implement v0.60.2
2026-08-03T01:14:02.9842318Z    Compiling n0-error-macros v0.1.3
2026-08-03T01:14:03.0022269Z    Compiling spez v0.1.2
2026-08-03T01:14:03.3188039Z    Compiling windows-interface v0.59.3
2026-08-03T01:14:03.6929141Z    Compiling tinyvec_macros v0.1.1
2026-08-03T01:14:03.7534715Z    Compiling pkg-config v0.3.33
2026-08-03T01:14:03.7602145Z    Compiling base64 v0.22.1
2026-08-03T01:14:03.9971702Z    Compiling vcpkg v0.2.15
2026-08-03T01:14:04.2164406Z    Compiling try-lock v0.2.5
2026-08-03T01:14:04.2610119Z    Compiling time-core v0.1.8
2026-08-03T01:14:04.3039121Z    Compiling data-encoding v2.11.0
2026-08-03T01:14:04.4848873Z    Compiling num-conv v0.2.2
2026-08-03T01:14:04.6791398Z    Compiling tower-service v0.3.3
2026-08-03T01:14:04.7369154Z    Compiling zmij v1.0.21
2026-08-03T01:14:04.8422314Z    Compiling libsqlite3-sys v0.30.1
2026-08-03T01:14:05.1993258Z    Compiling want v0.3.1
2026-08-03T01:14:05.2439578Z    Compiling windows-core v0.62.2
2026-08-03T01:14:05.3600944Z    Compiling tinyvec v1.11.0
2026-08-03T01:14:05.3782405Z    Compiling n0-error v0.1.3
2026-08-03T01:14:06.0476552Z    Compiling parking_lot v0.12.5
2026-08-03T01:14:06.3335799Z    Compiling derive_builder v0.20.2
2026-08-03T01:14:06.5812033Z    Compiling der v0.8.0-rc.10
2026-08-03T01:14:06.6626763Z    Compiling sha2 v0.10.9
2026-08-03T01:14:07.1746932Z    Compiling n0-future v0.3.2
2026-08-03T01:14:07.4814721Z    Compiling vergen-lib v9.1.0
2026-08-03T01:14:07.7984039Z    Compiling inout v0.1.4
2026-08-03T01:14:07.8057937Z    Compiling pin-project-internal v1.1.13
2026-08-03T01:14:07.9371575Z    Compiling windows_x86_64_msvc v0.52.6
2026-08-03T01:14:08.2219912Z    Compiling spt-procident v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-procident)
2026-08-03T01:14:08.5138717Z    Compiling parking v2.2.1
2026-08-03T01:14:08.5357973Z    Compiling crossbeam-utils v0.8.21
2026-08-03T01:14:08.6588634Z    Compiling spin v0.10.0
2026-08-03T01:14:08.7368385Z    Compiling cordyceps v0.3.4
2026-08-03T01:14:08.7801480Z    Compiling diatomic-waker v0.2.3
2026-08-03T01:14:08.9604300Z    Compiling signature v2.2.0
2026-08-03T01:14:09.0287799Z    Compiling winnow v1.0.3
2026-08-03T01:14:09.0457835Z    Compiling httpdate v1.0.3
2026-08-03T01:14:09.1388696Z    Compiling serde_json v1.0.150
2026-08-03T01:14:09.2889648Z    Compiling hyper v1.10.1
2026-08-03T01:14:09.5583066Z    Compiling ed25519 v2.2.3
2026-08-03T01:14:09.7891515Z    Compiling futures-buffered v0.2.13
2026-08-03T01:14:10.2037392Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-03T01:14:10.2503190Z    Compiling pin-project v1.1.13
2026-08-03T01:14:10.4906912Z    Compiling futures-lite v2.6.1
2026-08-03T01:14:10.8437419Z    Compiling spt-poolguard v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-poolguard)
2026-08-03T01:14:11.1798272Z    Compiling cipher v0.4.4
2026-08-03T01:14:11.2482732Z    Compiling spki v0.8.0-rc.4
2026-08-03T01:14:11.5324378Z    Compiling hashbrown v0.14.5
2026-08-03T01:14:12.1005195Z    Compiling digest v0.11.3
2026-08-03T01:14:12.1182433Z    Compiling noq-udp v0.10.0
2026-08-03T01:14:12.4086418Z    Compiling vergen v9.1.0
2026-08-03T01:14:12.4917613Z    Compiling vergen-lib v0.1.6
2026-08-03T01:14:12.6946164Z    Compiling universal-hash v0.5.1
2026-08-03T01:14:12.7384171Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-03T01:14:12.8154157Z    Compiling heapless v0.7.17
2026-08-03T01:14:13.0824049Z    Compiling sync_wrapper v1.0.2
2026-08-03T01:14:13.0941130Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-03T01:14:13.1887880Z    Compiling byteorder v1.5.0
2026-08-03T01:14:13.3094761Z    Compiling allocator-api2 v0.2.21
2026-08-03T01:14:13.3453030Z    Compiling opaque-debug v0.3.1
2026-08-03T01:14:13.4168167Z    Compiling polyval v0.6.2
2026-08-03T01:14:13.6675158Z    Compiling hash32 v0.2.1
2026-08-03T01:14:13.7217941Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-03T01:14:14.2995306Z    Compiling hashlink v0.9.1
2026-08-03T01:14:14.5939666Z    Compiling spt-store v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-store)
2026-08-03T01:14:15.0200456Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-03T01:14:15.3049432Z    Compiling hyper-util v0.1.20
2026-08-03T01:14:15.9010784Z    Compiling ed25519-dalek v2.2.0
2026-08-03T01:14:15.9749967Z    Compiling prefix-trie v0.8.4
2026-08-03T01:14:16.2035782Z    Compiling spin v0.9.8
2026-08-03T01:14:16.4272612Z    Compiling futures-executor v0.3.32
2026-08-03T01:14:16.6156974Z    Compiling vergen-gitcl v1.0.8
2026-08-03T01:14:16.7080888Z    Compiling windows-threading v0.2.1
2026-08-03T01:14:16.8458660Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-03T01:14:16.8686988Z    Compiling signature v3.0.0
2026-08-03T01:14:16.9570818Z    Compiling tower-layer v0.3.3
2026-08-03T01:14:17.0889114Z    Compiling fallible-iterator v0.3.0
2026-08-03T01:14:17.1724585Z    Compiling ryu v1.0.23
2026-08-03T01:14:17.3965571Z    Compiling rusqlite v0.32.1
2026-08-03T01:14:17.4280050Z    Compiling ed25519 v3.0.0-rc.4
2026-08-03T01:14:17.7461483Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-03T01:14:18.3562710Z    Compiling windows-future v0.3.2
2026-08-03T01:14:18.5346778Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-03T01:14:18.9338451Z    Compiling futures v0.3.32
2026-08-03T01:14:19.0830875Z    Compiling spt-proto v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-proto)
2026-08-03T01:14:19.6578931Z    Compiling windows-targets v0.52.6
2026-08-03T01:14:20.5429189Z    Compiling proc-macro-crate v3.5.0
2026-08-03T01:14:21.3861569Z    Compiling ghash v0.5.1
2026-08-03T01:14:21.4872738Z    Compiling sha2 v0.11.0-rc.5
2026-08-03T01:14:22.4239254Z    Compiling aes v0.8.4
2026-08-03T01:14:22.7992514Z    Compiling ctr v0.9.2
2026-08-03T01:14:23.0061942Z    Compiling windows-numerics v0.3.1
2026-08-03T01:14:23.1160868Z    Compiling windows-collections v0.3.2
2026-08-03T01:14:23.2863950Z    Compiling time v0.3.47
2026-08-03T01:14:23.3161429Z    Compiling http-body-util v0.1.3
2026-08-03T01:14:23.5802282Z    Compiling fs2 v0.4.3
2026-08-03T01:14:23.7707227Z    Compiling cobs v0.3.0
2026-08-03T01:14:23.7897751Z    Compiling aead v0.5.2
2026-08-03T01:14:24.0361083Z    Compiling postcard-derive v0.2.2
2026-08-03T01:14:24.3633569Z    Compiling arrayvec v0.7.6
2026-08-03T01:14:24.7065393Z    Compiling utf8parse v0.2.2
2026-08-03T01:14:24.8098430Z    Compiling widestring v1.2.1
2026-08-03T01:14:25.0070687Z    Compiling ipconfig v0.3.4
2026-08-03T01:14:25.2407394Z    Compiling postcard v1.1.3
2026-08-03T01:14:25.7465860Z    Compiling aes-gcm v0.10.3
2026-08-03T01:14:25.9100944Z    Compiling windows v0.62.2
2026-08-03T01:14:26.0905882Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-03T01:14:26.4455952Z    Compiling num_enum_derive v0.7.6
2026-08-03T01:14:27.3039996Z    Compiling windows-sys v0.59.0
2026-08-03T01:14:29.0359754Z    Compiling data-encoding-macro v0.1.20
2026-08-03T01:14:29.2117177Z    Compiling tower v0.5.3
2026-08-03T01:14:29.7337435Z    Compiling crossbeam-channel v0.5.15
2026-08-03T01:14:30.3736997Z    Compiling crossbeam-epoch v0.9.18
2026-08-03T01:14:30.8023317Z    Compiling chrono v0.4.45
2026-08-03T01:14:32.4084668Z    Compiling strum_macros v0.28.0
2026-08-03T01:14:34.8458240Z    Compiling iroh-metrics-derive v0.4.1
2026-08-03T01:14:35.2898398Z    Compiling windows-registry v0.6.1
2026-08-03T01:14:35.7387833Z    Compiling memoffset v0.6.5
2026-08-03T01:14:36.0036333Z    Compiling netwatch v0.16.0
2026-08-03T01:14:36.2398695Z    Compiling noq v0.18.0
2026-08-03T01:14:36.5488125Z    Compiling enum-assoc v1.3.0
2026-08-03T01:14:37.0270786Z    Compiling async-trait v0.1.89
2026-08-03T01:14:37.1622939Z    Compiling acto v0.8.2
2026-08-03T01:14:37.5287288Z    Compiling blake3 v1.8.5
2026-08-03T01:14:38.5001554Z    Compiling lru-slab v0.1.2
2026-08-03T01:14:38.6462096Z    Compiling ref-cast v1.0.25
2026-08-03T01:14:38.7016240Z    Compiling foldhash v0.2.0
2026-08-03T01:14:38.8876053Z    Compiling thiserror v1.0.69
2026-08-03T01:14:38.9255006Z    Compiling mac-addr v0.3.0
2026-08-03T01:14:39.1541060Z    Compiling tagptr v0.2.0
2026-08-03T01:14:39.1788425Z    Compiling sorted-index-buffer v0.2.1
2026-08-03T01:14:39.2875567Z    Compiling xml-rs v0.8.28
2026-08-03T01:14:39.3202474Z    Compiling identity-hash v0.1.0
2026-08-03T01:14:39.4947558Z    Compiling rustc-hash v2.1.2
2026-08-03T01:14:39.5945853Z    Compiling moka v0.12.15
2026-08-03T01:14:41.6956220Z    Compiling xmltree v0.10.3
2026-08-03T01:14:41.8491586Z    Compiling netdev v0.42.0
2026-08-03T01:14:41.9789317Z    Compiling hashbrown v0.16.1
2026-08-03T01:14:42.8669762Z    Compiling iroh-metrics v0.38.3
2026-08-03T01:14:43.3091354Z    Compiling strum v0.28.0
2026-08-03T01:14:43.5337786Z    Compiling wmi v0.18.4
2026-08-03T01:14:43.6388337Z    Compiling spt-msg v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-msg)
2026-08-03T01:14:44.4505679Z    Compiling tower-http v0.6.11
2026-08-03T01:14:44.7786012Z    Compiling iroh-base v0.98.0
2026-08-03T01:14:44.8156817Z    Compiling num_enum v0.7.6
2026-08-03T01:14:45.1247605Z    Compiling iroh-relay v0.98.0
2026-08-03T01:14:45.4898630Z    Compiling n0-watcher v0.6.1
2026-08-03T01:14:45.5411396Z    Compiling attohttpc v0.30.1
2026-08-03T01:14:45.8177689Z    Compiling simple-dns v0.9.3
2026-08-03T01:14:46.0548256Z    Compiling tokio-stream v0.1.18
2026-08-03T01:14:46.4275192Z    Compiling serial-core v0.4.0
2026-08-03T01:14:46.5699481Z    Compiling serde_spanned v0.6.9
2026-08-03T01:14:46.6897369Z    Compiling toml_datetime v0.6.11
2026-08-03T01:14:46.9327291Z    Compiling thiserror-impl v1.0.69
2026-08-03T01:14:47.0478339Z    Compiling ref-cast-impl v1.0.25
2026-08-03T01:14:47.5338450Z    Compiling serde_derive_internals v0.29.1
2026-08-03T01:14:48.0408512Z    Compiling aho-corasick v1.1.4
2026-08-03T01:14:48.2273475Z    Compiling winreg v0.10.1
2026-08-03T01:14:48.4874162Z    Compiling arrayref v0.3.9
2026-08-03T01:14:48.5093450Z    Compiling winnow v0.7.15
2026-08-03T01:14:48.6005499Z    Compiling constant_time_eq v0.4.2
2026-08-03T01:14:48.7661166Z    Compiling resolv-conf v0.7.6
2026-08-03T01:14:49.1883949Z    Compiling toml_write v0.1.2
2026-08-03T01:14:49.4032435Z    Compiling smol_str v0.1.24
2026-08-03T01:14:49.6342217Z    Compiling regex-syntax v0.8.10
2026-08-03T01:14:50.1278997Z    Compiling simdutf8 v0.1.5
2026-08-03T01:14:50.5089410Z    Compiling sha1_smol v1.0.1
2026-08-03T01:14:50.5909296Z    Compiling toml_edit v0.22.27
2026-08-03T01:14:51.2770321Z    Compiling regex-automata v0.4.14
2026-08-03T01:14:53.3860020Z    Compiling schemars_derive v1.2.1
2026-08-03T01:14:54.8978974Z    Compiling iroh-dns v0.98.0
2026-08-03T01:14:54.9354815Z    Compiling serial-windows v0.4.0
2026-08-03T01:14:55.2002112Z    Compiling igd-next v0.17.1
2026-08-03T01:14:56.5729731Z    Compiling lru v0.16.4
2026-08-03T01:14:56.7315608Z    Compiling hmac v0.12.1
2026-08-03T01:14:56.9764755Z    Compiling webpki-roots v1.0.7
2026-08-03T01:14:57.0796504Z    Compiling darling_core v0.23.0
2026-08-03T01:14:57.2969632Z    Compiling seize v0.5.1
2026-08-03T01:14:57.7543352Z    Compiling iroh v0.98.2
2026-08-03T01:14:58.1143661Z    Compiling serde_bytes v0.11.19
2026-08-03T01:14:58.3501034Z    Compiling pin-utils v0.1.0
2026-08-03T01:14:58.4304992Z    Compiling once_cell_polyfill v1.70.2
2026-08-03T01:14:58.5218924Z    Compiling dyn-clone v1.0.20
2026-08-03T01:14:58.6597256Z    Compiling anstyle v1.0.14
2026-08-03T01:14:58.9366702Z    Compiling lazy_static v1.5.0
2026-08-03T01:14:59.0972466Z    Compiling cmov v0.5.4
2026-08-03T01:14:59.3403725Z    Compiling bitflags v1.3.2
2026-08-03T01:14:59.4042942Z    Compiling nix v0.25.1
2026-08-03T01:14:59.4239533Z    Compiling ctutils v0.4.2
2026-08-03T01:14:59.4858843Z    Compiling shared_library v0.1.9
2026-08-03T01:14:59.7231541Z    Compiling anstyle-wincon v3.0.11
2026-08-03T01:14:59.7292156Z    Compiling schemars v1.2.1
2026-08-03T01:15:00.0740865Z    Compiling darling_macro v0.23.0
2026-08-03T01:15:00.0906666Z    Compiling papaya v0.2.4
2026-08-03T01:15:00.4957555Z    Compiling hkdf v0.12.4
2026-08-03T01:15:00.6237168Z    Compiling portmapper v0.16.0
2026-08-03T01:15:00.6331753Z    Compiling serial v0.4.0
2026-08-03T01:15:00.7878491Z    Compiling filedescriptor v0.8.3
2026-08-03T01:15:01.5045096Z    Compiling regex v1.12.3
2026-08-03T01:15:02.1184010Z    Compiling toml v0.8.23
2026-08-03T01:15:02.1979182Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-03T01:15:03.0203326Z    Compiling anstyle-parse v1.0.0
2026-08-03T01:15:03.2117244Z    Compiling backon v1.6.0
2026-08-03T01:15:03.4116554Z    Compiling anstyle-query v1.1.5
2026-08-03T01:15:03.5392480Z    Compiling vte_generate_state_changes v0.1.2
2026-08-03T01:15:03.7835508Z    Compiling colorchoice v1.0.5
2026-08-03T01:15:03.8725669Z    Compiling paste v1.0.15
2026-08-03T01:15:04.1573400Z    Compiling shell-words v1.1.1
2026-08-03T01:15:04.3009576Z    Compiling instability v0.3.12
2026-08-03T01:15:04.5036262Z    Compiling unicode-width v0.2.0
2026-08-03T01:15:04.8400758Z    Compiling foldhash v0.1.5
2026-08-03T01:15:05.0235036Z    Compiling is_terminal_polyfill v1.70.2
2026-08-03T01:15:05.1030300Z    Compiling downcast-rs v1.2.1
2026-08-03T01:15:05.2099942Z    Compiling anstream v1.0.0
2026-08-03T01:15:05.2593920Z    Compiling portable-pty v0.8.1
2026-08-03T01:15:05.7159522Z    Compiling hashbrown v0.15.5
2026-08-03T01:15:06.3944436Z    Compiling vte v0.13.1
2026-08-03T01:15:06.4529439Z    Compiling spt-runtime v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-runtime)
2026-08-03T01:15:06.6102381Z    Compiling spake2 v0.4.0
2026-08-03T01:15:06.9541475Z    Compiling darling v0.23.0
2026-08-03T01:15:07.0104052Z    Compiling itertools v0.13.0
2026-08-03T01:15:07.2203337Z    Compiling crossterm_winapi v0.9.1
2026-08-03T01:15:07.7019343Z    Compiling strum_macros v0.26.4
2026-08-03T01:15:08.5279651Z    Compiling sha1 v0.10.6
2026-08-03T01:15:08.7412106Z    Compiling castaway v0.2.4
2026-08-03T01:15:08.8680402Z    Compiling terminal_size v0.4.4
2026-08-03T01:15:08.9837285Z    Compiling unicode-width v0.1.14
2026-08-03T01:15:09.3015380Z    Compiling indoc v2.0.7
2026-08-03T01:15:09.3492833Z    Compiling doctest-file v1.1.1
2026-08-03T01:15:09.6768805Z    Compiling clap_lex v1.1.0
2026-08-03T01:15:09.8836984Z    Compiling static_assertions v1.1.0
2026-08-03T01:15:10.0111943Z    Compiling recvmsg v1.0.0
2026-08-03T01:15:10.0676135Z    Compiling compact_str v0.8.2
2026-08-03T01:15:10.4835217Z    Compiling interprocess v2.4.2
2026-08-03T01:15:10.8534365Z    Compiling clap_builder v4.6.0
2026-08-03T01:15:12.1677596Z    Compiling strum v0.26.3
2026-08-03T01:15:12.3901082Z    Compiling unicode-truncate v1.1.0
2026-08-03T01:15:12.5098601Z    Compiling spt-live v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-live)
2026-08-03T01:15:13.6547153Z    Compiling crossterm v0.28.1
2026-08-03T01:15:15.0514627Z    Compiling spt-term v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-term)
2026-08-03T01:15:15.7566500Z    Compiling lru v0.12.5
2026-08-03T01:15:15.8153232Z    Compiling clap_derive v4.6.1
2026-08-03T01:15:15.8837182Z    Compiling cassowary v0.3.0
2026-08-03T01:15:16.5580537Z    Compiling error-code v3.3.2
2026-08-03T01:15:16.7533916Z    Compiling clipboard-win v5.4.1
2026-08-03T01:15:17.1778163Z    Compiling ratatui v0.29.0
2026-08-03T01:15:17.5803075Z    Compiling clap v4.6.1
2026-08-03T01:15:17.8057409Z    Compiling nucleo-matcher v0.3.1
2026-08-03T01:15:17.8102982Z    Compiling qrcode v0.14.1
2026-08-03T01:15:18.7320273Z    Compiling tempfile v3.27.0
2026-08-03T01:15:19.0523397Z    Compiling spt-test-support v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-test-support)
2026-08-03T01:15:29.2671261Z    Compiling rustls-webpki v0.103.13
2026-08-03T01:15:33.6749012Z    Compiling tokio-rustls v0.26.4
2026-08-03T01:15:33.6749376Z    Compiling rustls-platform-verifier v0.7.0
2026-08-03T01:15:33.6749654Z    Compiling noq-proto v0.17.0
2026-08-03T01:15:34.3236667Z    Compiling hickory-net v0.26.0-beta.4
2026-08-03T01:15:34.4830838Z    Compiling hyper-rustls v0.27.9
2026-08-03T01:15:34.7564541Z    Compiling reqwest v0.13.4
2026-08-03T01:15:36.8803527Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-03T01:15:41.4859802Z    Compiling tokio-websockets v0.13.2
2026-08-03T01:16:02.2713692Z    Compiling spt-net v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-net)
2026-08-03T01:16:04.4061949Z    Compiling spt-daemon v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-daemon)
2026-08-03T01:16:24.6259336Z    Compiling spt v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt)
2026-08-03T01:16:37.7117130Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 20s
2026-08-03T01:16:37.7420596Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-b3994391d689db46.exe)
2026-08-03T01:16:37.9680080Z 
2026-08-03T01:16:37.9680445Z running 1 test
2026-08-03T01:16:46.7372736Z test new_brain_serves_against_old_broker ... ok
2026-08-03T01:16:46.7373024Z 
2026-08-03T01:16:46.7374390Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.77s
2026-08-03T01:16:46.7374748Z 
